E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

freightAmount (property)

Shipping charges associated with this transaction.

Syntax

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

Default Value

""

Remarks

This property contains the freight or shipping portion of the total transaction amount.

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