E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

taxAmount (property)

Sales tax charged in addition to the original TransactionAmount.

Syntax

@property (nonatomic,readwrite,assign,getter=taxAmount,setter=setTaxAmount:) NSString* taxAmount;
- (NSString*)taxAmount;
- (void)setTaxAmount:(NSString*)newTaxAmount;
public var taxAmount: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains the amount of state or provincial (or VAT) tax included in the transaction amount.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 iOS Edition - Version 20.0 [Build 7941]