Class PaymentMethodConfirmVerificationRequest
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class PaymentMethodConfirmVerificationRequest
Properties
| Edit this page View SourcePaymentMethodId
Declaration
[JsonPropertyName("payment_method_id")]
public string? PaymentMethodId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Token
Declaration
[JsonPropertyName("token")]
public string? Token { get; set; }
Property Value
| Type | Description |
|---|---|
| string |