Class Payment
Assembly: Inttegro.dll
Syntax
public sealed class Payment
Properties
|
Edit this page
View Source
Amount
Declaration
[JsonPropertyName("amount")]
public Amount? Amount { get; set; }
Property Value
|
Edit this page
View Source
BalanceTransaction
Declaration
[JsonPropertyName("balance_transaction")]
public BalanceTransaction? BalanceTransaction { get; set; }
Property Value
|
Edit this page
View Source
ExecutedAt
Declaration
[JsonPropertyName("executed_at")]
public string? ExecutedAt { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
FailedAt
Declaration
[JsonPropertyName("failed_at")]
public string? FailedAt { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
InitiatedAt
Declaration
[JsonPropertyName("initiated_at")]
public string? InitiatedAt { get; set; }
Property Value
|
Edit this page
View Source
LatestAttempt
Declaration
[JsonPropertyName("latest_attempt")]
public PaymentAttempt? LatestAttempt { get; set; }
Property Value
|
Edit this page
View Source
NextAction
Declaration
[JsonPropertyName("next_action")]
public PaymentNextAction? NextAction { get; set; }
Property Value
|
Edit this page
View Source
PaidAt
Declaration
[JsonPropertyName("paid_at")]
public string? PaidAt { get; set; }
Property Value
|
Edit this page
View Source
PaymentMethod
Declaration
[JsonPropertyName("payment_method")]
public PaymentMethod? PaymentMethod { get; set; }
Property Value
|
Edit this page
View Source
PayoutConfiguration
Declaration
[JsonPropertyName("payout_configuration")]
public PayoutConfiguration? PayoutConfiguration { get; set; }
Property Value
|
Edit this page
View Source
StatementDescriptor
Declaration
[JsonPropertyName("statement_descriptor")]
public string? StatementDescriptor { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonPropertyName("status")]
public PaymentStatus? Status { get; set; }
Property Value