E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

dutyAmount (property)

Duty fees (if any) for imported goods.

Syntax

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

Default Value

""

Remarks

This property contains the fee amount associated with the import of the purchased goods.

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