Stripe.Resources.CreditNote.Refunds.PaymentRecordRefund (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.CreditNote.Refunds.PaymentRecordRefund{
  payment_record: String.t() | nil,
  refund_group: String.t() | nil
}
  • payment_record - ID of the payment record. Max length: 5000.
  • refund_group - ID of the refund group. Max length: 5000.