Class PaymentMethodTokenizeRequest
Inheritance
PaymentMethodTokenizeRequest
Assembly: Inttegro.dll
Syntax
public sealed class PaymentMethodTokenizeRequest
Properties
|
Edit this page
View Source
CustomerId
Declaration
[JsonPropertyName("customer_id")]
public string? CustomerId { get; set; }
Property Value
|
Edit this page
View Source
PaymentMethodData
Declaration
[JsonPropertyName("payment_method_data")]
public PaymentMethodData? PaymentMethodData { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("request_meta")]
public RequestMeta? RequestMeta { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("verify_immediately")]
public bool? VerifyImmediately { get; set; }
Property Value