PaymentInitiation Class

Represents the payment initiation information for an order.

Namespace

RichMessaging

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;}

pix

The PIX payment initiation details.

Signature

public RichMessaging.PaymentInitiationPix pix {get; set;}

Property Value

Type: RichMessaging.PaymentInitiationPix

pixValue

The PIX payment initiation variable.

Signature

public RichMessaging.PaymentInitiationPix pixValue {get; set;}

Property Value

Type: RichMessaging.PaymentInitiationPix

boleto

The Boleto payment initiation details.

Signature

public RichMessaging.PaymentInitiationBoleto boleto {get; set;}

boletoValue

The Boleto payment initiation variable.

Signature

public RichMessaging.PaymentInitiationBoleto boletoValue {get; set;}

gateway

The gateway-based payment initiation details.

Signature

public RichMessaging.PaymentInitiationGateway gateway {get; set;}

gatewayValue

The gateway payment initiation variable.

Signature

public RichMessaging.PaymentInitiationGateway gatewayValue {get; set;}