PaymentInitiation Class
Represents the payment initiation information for an order.
Namespace
PaymentInitiation Properties
The following are properties for PaymentInitiation.
initiationMode
The mode used to initiate the payment.
Signature
public String initiationMode {get; set;}
Property Value
Type: String
initiationModeValue
The initiation mode variable for the payment.
Signature
public RichMessaging.PaymentInitiationMode initiationModeValue {get; set;}
Property Value
pix
The PIX payment initiation details.
Signature
public RichMessaging.PaymentInitiationPix pix {get; set;}
Property Value
pixValue
The PIX payment initiation variable.
Signature
public RichMessaging.PaymentInitiationPix pixValue {get; set;}
Property Value
boleto
The Boleto payment initiation details.
Signature
public RichMessaging.PaymentInitiationBoleto boleto {get; set;}
Property Value
boletoValue
The Boleto payment initiation variable.
Signature
public RichMessaging.PaymentInitiationBoleto boletoValue {get; set;}
Property Value
gateway
The gateway-based payment initiation details.
Signature
public RichMessaging.PaymentInitiationGateway gateway {get; set;}